Added Xen-API-style error handling for INTERNAL_ERROR and
authorEwan Mellor <ewan@xensource.com>
Fri, 22 Dec 2006 11:39:29 +0000 (11:39 +0000)
committerEwan Mellor <ewan@xensource.com>
Fri, 22 Dec 2006 11:39:29 +0000 (11:39 +0000)
commit86650d1bd2946cd5dc05c4574e93eb4483e5e1a6
treeebcea1d4eef4919bd2ead64c9a4cd580a37ffe94
parent9cb668c3348b00ee1000ff90492a3e4429ed5aaa
Added Xen-API-style error handling for INTERNAL_ERROR and
MESSAGE_METHOD_UNKNOWN.  Only add the Xen-API methods to the official Xen-API
XML-RPC server, not to the legacy one.

Signed-off-by: Ewan Mellor <ewan@xensource.com>
tools/python/xen/util/xmlrpclib2.py
tools/python/xen/xend/server/SrvServer.py
tools/python/xen/xend/server/XMLRPCServer.py